SixBit API Schema
StoreCategory1IDType Simple Type
Description
The numeric id of the first store category for the item.
Namespace (none)
Type
Restriction of xs:integer
Diagram
StoreCategory1IDType Simple Type
Overview
StoreCategory1IDType Restriction of xs:integer
The numeric id of the first store category for the item.
Facets
MinInclusive-1
MaxInclusive9223372036854775807
Source
<xs:simpleType name="StoreCategory1IDType" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:annotation>
    <xs:documentation>The numeric id of the first store category for the item.</xs:documentation>
  </xs:annotation>
  <xs:restriction base="xs:integer">
    <xs:minInclusive value="-1" />
    <xs:maxInclusive value="9223372036854775807" />
  </xs:restriction>
</xs:simpleType>
See Also
SixBit API Schema

 

 


© 2022 All Rights Reserved.

Send comments on this topic.